From: Sebastian Kemper Date: Sun, 2 Dec 2018 11:27:13 +0000 (+0100) Subject: rtpproxy: fix hotplug script file name X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=072d2ce3203cd8b2fd7807c049b3636327d16041;p=feed%2Ftelephony.git rtpproxy: fix hotplug script file name Signed-off-by: Sebastian Kemper --- diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile index 49b3379..4ff92cc 100644 --- a/net/rtpproxy/Makefile +++ b/net/rtpproxy/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtpproxy PKG_VERSION:=2.1.0-20170914 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/sippy/rtpproxy.git @@ -73,7 +73,7 @@ define Package/rtpproxy/install $(INSTALL_CONF) ./files/rtpproxy.config $(1)/etc/config/rtpproxy $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_BIN) ./files/rtpproxy.hotplug $(1)/etc/hotplug.d/iface + $(INSTALL_BIN) ./files/rtpproxy.hotplug $(1)/etc/hotplug.d/iface/90-rtpproxy endef define Package/rtpproxy/postinst